home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-10 | 1.4 KB | 75 lines | [TEXT/MPS ] |
- #//////////////////////////////////////////////////////////////////////////
- #//
- #// FILE NAME
- #// dlg.make
- #//
- #// AUTHOR
- #// Scott Haney
- #//
- #// CREATED
- #// May 29, 1994
- #//
- #// DESCRIPTION
- #// Controls Macintosh builds of DLG.
- #//
- #//////////////////////////////////////////////////////////////////////////
-
- ObjDir = :Macintosh:
- SetDir = ::support:set
-
- COptions = -mc68020 -model far -warnings off -d MPW -d __STDC__=1 -d USER_ZZSYN ∂
- -i {SetDir} -i ::h
- LinkOptions = -d -c 'MPS ' -t MPST -mf -model far
-
- Objects = ∂
- {ObjDir}automata.c.o ∂
- {ObjDir}dlg_a.c.o ∂
- {ObjDir}dlg_p.c.o ∂
- {ObjDir}err.c.o ∂
- {ObjDir}main.c.o ∂
- {ObjDir}output.c.o ∂
- {ObjDir}relabel.c.o ∂
- {ObjDir}support.c.o ∂
- {SetDir}{ObjDir}set.c.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{Libraries}"Stubs.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o ∂
-
- {ObjDir}automata.c.o ƒ automata.c
-
- {ObjDir}dlg_a.c.o ƒ dlg_a.c
-
- {ObjDir}dlg_p.c.o ƒ dlg_p.c
-
- {ObjDir}err.c.o ƒ err.c
-
- {ObjDir}main.c.o ƒ main.c
-
- {ObjDir}output.c.o ƒ output.c
-
- {ObjDir}relabel.c.o ƒ relabel.c
-
- {ObjDir}support.c.o ƒ support.c
-
- {SetDir}{ObjDir}set.c.o ƒ {SetDir}:set.c
-
- {SetDir}{ObjDir} ƒ {SetDir}:
- {ObjDir} ƒ :
- {ObjDir} ƒ {ObjDir}
-
-
- dlg ƒƒ {Objects}
- Link {LinkOptions} -o dlg {Objects}
-
- dlg ƒƒ dlg.r
- Rez dlg.r -o dlg -a
-
- Bootstrap ƒ dlg_p.g
- antlr dlg_p.g
- dlg -C2 parser.dlg dlg_a.c
-
- Install ƒ dlg
- Duplicate dlg "{MPW}"Tools:dlg
-